IVector Generic Interface
Represents a random-access collection of elements.
Syntax
generic<typename T>
public interface class IVector : IIterable<T>
Requirements
Namespace: Windows.Foundation.Collections
Metadata: windows.winmd
See also
Reference
IVector Members
Windows.Foundation.Collections Namespace